+2004-10-03 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtktreeview.c (gtk_tree_view_search_position_func):
+ Fix positioning near the monitor boundaries. (#154341,
+ Ken Harris)
+
2004-10-01 Paolo Borelli <pborelli@katamail.com>
* gtk/gtkmenutoolbutton.c: deactivate the menu before setiing it
call layout_clear_attributes, and also delegate calls to dependent
cell layouts. (#154191, Martyn Russell)
+>>>>>>> 1.5869
2004-10-01 Matthias Clasen <mclasen@redhat.com>
* modules/input/iminuktitut.c: Fix the spelling of Inuktitut
+2004-10-03 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtktreeview.c (gtk_tree_view_search_position_func):
+ Fix positioning near the monitor boundaries. (#154341,
+ Ken Harris)
+
2004-10-01 Paolo Borelli <pborelli@katamail.com>
* gtk/gtkmenutoolbutton.c: deactivate the menu before setiing it
call layout_clear_attributes, and also delegate calls to dependent
cell layouts. (#154191, Martyn Russell)
+>>>>>>> 1.5869
2004-10-01 Matthias Clasen <mclasen@redhat.com>
* modules/input/iminuktitut.c: Fix the spelling of Inuktitut
+2004-10-03 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtktreeview.c (gtk_tree_view_search_position_func):
+ Fix positioning near the monitor boundaries. (#154341,
+ Ken Harris)
+
2004-10-01 Paolo Borelli <pborelli@katamail.com>
* gtk/gtkmenutoolbutton.c: deactivate the menu before setiing it
call layout_clear_attributes, and also delegate calls to dependent
cell layouts. (#154191, Martyn Russell)
+>>>>>>> 1.5869
2004-10-01 Matthias Clasen <mclasen@redhat.com>
* modules/input/iminuktitut.c: Fix the spelling of Inuktitut
+2004-10-03 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtktreeview.c (gtk_tree_view_search_position_func):
+ Fix positioning near the monitor boundaries. (#154341,
+ Ken Harris)
+
2004-10-01 Paolo Borelli <pborelli@katamail.com>
* gtk/gtkmenutoolbutton.c: deactivate the menu before setiing it
call layout_clear_attributes, and also delegate calls to dependent
cell layouts. (#154191, Martyn Russell)
+>>>>>>> 1.5869
2004-10-01 Matthias Clasen <mclasen@redhat.com>
* modules/input/iminuktitut.c: Fix the spelling of Inuktitut
GdkWindow *tree_window = GTK_WIDGET (tree_view)->window;
GdkScreen *screen = gdk_drawable_get_screen (tree_window);
GtkRequisition requisition;
+ gint monitor_num;
+ GdkRectangle monitor;
+
+ monitor_num = gdk_screen_get_monitor_at_window (screen, tree_window);
+ gdk_screen_get_monitor_geometry (screen, monitor_num, &monitor);
gtk_widget_realize (search_dialog);